-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update support email for nvml integration #2353
base: master
Are you sure you want to change the base?
Conversation
Hi @mirzanurkic-dd, I think my PR #2535 is introducing the support you were looking for. Also, is this PR like #2535 not merged because of missing approval from approver with write access? cc @cswatt |
On #2535 (review) @cep21 writes
so it should probably be marked orphaned. |
I'm wondering if there's any repository-wide approver user to fallback to to unblock these contributions. It would be pretty unusual otherwise to have stale but approved PRs |
Hi
Sorry I cannot maintain this anymore :( Good luck! Maybe the code could point people towards https://www.datadoghq.com/blog/monitor-nvidia-gpus-with-datadog/#start-monitoring-your-gpu-powered-workloads I wrote this plugin before nvidia support was as supported as it is now. |
"homepage": "https://github.com/DataDog/integrations-extras", | ||
"sales_email": "help@datadoghq.com", | ||
"sales_email": "cep221@gmail.com", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should just deprecate and point people towards https://www.datadoghq.com/blog/monitor-nvidia-gpus-with-datadog/#start-monitoring-your-gpu-powered-workloads
What does this PR do?
Updates the
nvml
check support and sales email address inmanifest.json
Motivation
Hi @cep21,
I'm a support engineer at Datadog, and recently had a customer reach out because the nvml integration stopped working with the most recent Datadog Agent. As you're listed in the
CODEOWNERS
file, I wanted to update themanifest.json
to match and make it clearer for users of this integration to contact you for similar issues. This matches other integrations in the repo - no update to theREADME.md
.If you do not agree to this, please let me know. I'll then work to make sure this integration is marked as orphaned instead, to prevent anyone from reaching out to you in future.
Internal ticket reference (not publicly viewable): https://datadog.zendesk.com/agent/tickets/1645334
The error in question, for reference:
This was resolved with:
sudo -u dd-agent -H /opt/datadog-agent/embedded/bin/pip3 install grpcio pynvml==11.5.0 protobuf==3.20.3
Review checklist
no-changelog
label attachedAdditional Notes
Anything else we should know when reviewing?